home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WhackABill.sit / Whack-A-Bill / source code / health.h < prev    next >
Text File  |  1997-09-24  |  206b  |  11 lines

  1. /*    health.h    */
  2.  
  3.  
  4. #pragma once
  5.  
  6.  
  7. void UpdateHealth(void);
  8. void SetHealth(int PlayerOneScoreHealth, int PlayerTwoScoreHealth);
  9. void PlayerOneWins(void);
  10. void PlayerTwoWins(void);
  11. extern void LoadImages(void);